home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / appsrcs.zip / APPFINDR.ZIP / CURRENT.STS < prev    next >
INI File  |  1993-04-29  |  5KB  |  97 lines

  1. [shared-]
  2.     version=2
  3.     pmark="D:\WINDEV\APPFINDR\appfindr.txt" 29 1
  4.     project="D:\WINDEV\APPFINDR\APPFINDR.MAK"
  5. [edit-]
  6.     srch=HDROP
  7.     fSrchRe=0
  8.     rpl=Columns
  9.     src=Rows
  10.     fRplRe=18432
  11.     file="D:\WINDEV\APPFINDR\appfindr.txt" 9 1 29 1
  12.     file="D:\sdk\include\shellapi.h" 3 1 9 36
  13.     file="D:\WINDEV\APPFINDR\APPFINDR.H" 1 1 5 26
  14.     file="D:\WINDEV\APPFINDR\APPFINDR.RC" 1 1 2 1
  15.     file="D:\WINDEV\APPFINDR\APPFINDR.C" 1 1 1 1
  16.     file="D:\WINDEV\APPPLAY\APPPLAY.C" 162 1 180 1
  17.     file="D:\WINDEV\APPFINDR\DFSERVER.C" 65 1 75 1
  18. [pwb]
  19.     screen=25 80
  20.     winstyle=7
  21.     wnd=C 2 1 24 80
  22. [build]
  23.     build: macro DEBUG "0"
  24.     build: macro PWBRMAKE "pwbrmake"
  25.     build: macro NMAKEBSC1 "set"
  26.     build: macro NMAKEBSC2 "nmake"
  27.     build: macro LINKER "link"
  28.     build: macro ILINK "ilink"
  29.     build: macro LRF "echo > NUL"
  30.     build: macro BIND "bind"
  31.     build: macro RC "rc"
  32.     build: macro IMPLIB "implib"
  33.     build: macro LFLAGS_G " /NOI  /BATCH"
  34.     build: macro LFLAGS_D "/CO /INC /FAR /PACKC"
  35.     build: macro LFLAGS_R " /F /PACKC"
  36.     build: macro MAPFILE_D "NUL"
  37.     build: macro MAPFILE_R "NUL"
  38.     build: macro CC "cl"
  39.     build: macro CFLAGS_G "/AM /W2 /BATCH"
  40.     build: macro CFLAGS_D "/qc /Gi$(PROJ).mdt /Zr /Zi /Od"
  41.     build: macro CFLAGS_R "/Ot /Ol /Og /Oe /Oi /FPc /Gs"
  42.     build: macro LLIBS_R " /NOD:MLIBCE MLIBCER"
  43.     build: macro LLIBS_D " /NOD:MLIBCE MLIBCER"
  44.     build: macro ASM "masm"
  45.     build: macro AFLAGS_G "/Mx /T"
  46.     build: macro AFLAGS_D "/Zi"
  47.     build: macro AFLAGS_R ""
  48.     build: macro LLIBS_G ""
  49.     build: all $(PROJ).exe
  50.     build: target $(PROJ).bsc pwbrmake
  51.     build: target $(PROJ).exe lrf link
  52.     build: inference .c.sbr cc_c_sbr
  53.     build: inference .c.obj cc_c_obj
  54.     build: inference .asm.obj asm_asm_obj
  55.     build: command pwbrmake "$(PWBRMAKE) @<<\n$(BRFLAGS) $(SBRS)\n<<"
  56.     build: command nmakebsc1 "$(NMAKEBSC1) MAKEFLAGS="
  57.     build: command nmakebsc2 "$(NMAKEBSC2) $(NMFLAGS) -f $(PROJFILE) $(PROJ).bsc"
  58.     build: release command lrf "$(LRF) @<<$(PROJ).lrf\n$(RT_OBJS: = +^\n) $(OBJS: = +^\n)\n$@\n$(MAPFILE_R)\n$(LLIBS_G: = +^\n) +\n$(LLIBS_R: = +^\n) +\n$(LIBS: = +^\n)\n$(DEF_FILE) $(LFLAGS_G) $(LFLAGS_R);\n<<"
  59.     build: debug command lrf "$(LRF) @<<$(PROJ).lrf\n$(RT_OBJS: = +^\n) $(OBJS: = +^\n)\n$@\n$(MAPFILE_D)\n$(LLIBS_G: = +^\n) +\n$(LLIBS_D: = +^\n) +\n$(LIBS: = +^\n)\n$(DEF_FILE) $(LFLAGS_G) $(LFLAGS_D);\n<<"
  60.     build: release command link "$(LINKER) @$(PROJ).lrf"
  61.     build: debug command link "$(ILINK) -a -e \"$(LINKER) @$(PROJ).lrf\" $@"
  62.     build: command run "$(PROJ).exe $(RUNFLAGS)"
  63.     build: command debug "CV $(CVFLAGS) $(PROJ).exe $(RUNFLAGS)"
  64.     build: release command cc_c_obj "$(CC) /c $(CFLAGS_G) $(CFLAGS_R) /Fo$@ $<"
  65.     build: debug command cc_c_obj "$(CC) /c $(CFLAGS_G) $(CFLAGS_D) /Fo$@ $<"
  66.     build: release command cc_c_sbr "$(CC) /Zs $(CFLAGS_G) $(CFLAGS_R) /FR$@ $<"
  67.     build: debug command cc_c_sbr "$(CC) /Zs $(CFLAGS_G) $(CFLAGS_D) /FR$@ $<"
  68.     build: release command asm_asm_obj "$(ASM) $(AFLAGS_G) $(AFLAGS_R) $<, $@;"
  69.     build: debug command asm_asm_obj "$(ASM) $(AFLAGS_G) $(AFLAGS_D) $<, $@;"
  70.     build: include system
  71.     build: include .c "^[ \t]*#[ \t]*include[ \t]*\"\\([^\"]+\\)\"" case
  72.     build: include .c "^[ \t]*#[ \t]*include[ \t]*<\\([^>]+\\)>" case system
  73.     build: include .h "^[ \t]*#[ \t]*include[ \t]*\"\\([^\"]+\\)\"" case
  74.     build: include .h "^[ \t]*#[ \t]*include[ \t]*<\\([^>]+\\)>" case system
  75.     build: include .asm "^[ \t]*include[ \t]+\\([^ \t]+\\)"
  76.     build: include .inc "^[ \t]*include[ \t]+\\([^ \t]+\\)"
  77.     build: include .rc "^[ \t]*rcinclude[ \t]+\\([^ \t]+\\)"
  78.     build: include .rc "^[ \t]*#[ \t]*include[ \t]*\"\\([^\"]+\\)\""
  79.     build: include .rc "^[ \t]*#[ \t]*include[ \t]*<\\([^>]+\\)>" system
  80.     build: message "^SYS[0-9][0-9][0-9][0-9]:\\:b"
  81.     build: message "^NET[0-9][0-9][0-9][0-9]:\\:b"
  82.     build: message "^\\(\\{\\:p\\!<[^>]*>\\}\\) \\([0-9]+\\) \\([0-9]+\\)[ ]*:" file line col
  83.     build: message "^\\(\\:p\\):\\([0-9]+\\):" file line
  84.     build: message "^[^(]+(\\(\\:p\\)) : error L[0-9]+[ ]*: '_*\\([^']+\\)' : unresolved external" file token
  85.     build: message "^[^(]+(\\(\\:p\\)) : [^L]+L[124]" file
  86.     build: message "^LINK [^L]+L[124]"
  87.     build: message "^ILINK : [^L]+L[124]"
  88.     build: message "^\\(\\:p\\)(\\(\\:z\\))[ ]*: [^U]+U[124]" file line
  89.     build: message "^NMAKE : [^U]+U[124]"
  90.     build: message "^\\:p : [^U]+U[124]\\:d\\:d\\:d"
  91.     build: message "^\\(\\:p\\)(\\(\\:z\\)) : [^C]+C[124]" file line
  92.     build: message "^[^C]+C[124][0-9]+: "
  93.     build: message "^[^D]+D[124][0-9]+ : "
  94.     build: message "^\\(\\:p\\)(\\([0-9]+\\))[ \t]*:[ \t]*[^A]+A[12456]" file line
  95.     build: message "^pwbrmake: [^U]+U[124]"
  96.     build: message "^BIND : [^U]+U[124]"
  97.